home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / zcomd506.arc / ZCOMMDOC.AG < prev    next >
Text File  |  1991-05-06  |  77KB  |  1,771 lines

  1.  
  2.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  3.         ZCOMM User Manual                                                  181
  4.  
  5.         ALT-N The NUKE key exits from the term function with a message and
  6.           cancels any scripts or functions that may have been executing.
  7.  
  8.         ALT-1 Prompts for a DOS command, then executes that command as a
  9.           subroutine.
  10.  
  11.           EXAMPLE: ALT-1 whereis *.lst
  12.  
  13.  
  14.         ALT-2 Prompts for a ZCOMM command, then executes that command.  A
  15.           particularly useful command is "create file" which creates a capture
  16.           file without having to return to the main command prompt.  Care
  17.           should be exercised not to force excessive recursion by issuing a
  18.           command (such as t or f) which would invoke the term function
  19.           recursively.
  20.  
  21.           EXAMPLE: ALT-2 create capture.fil
  22.  
  23.  
  24.           EXAMPLE: ALT-2 display vt100
  25.  
  26.  
  27.         ALT-E Resets the elapsed time indication to zero.
  28.  
  29.         ALT-F Full Duplex resets local echo of keyboarded characters.
  30.  
  31.         ALT-H Toggles Half duplex in the sequence 0 (full duplex), 1 (local
  32.           echo), and 2 (local echo CR as CR LF).  SEE ALSO: h numeric
  33.           parameter
  34.  
  35.         ALT-I Three way toggle of i and I (Image) mode.  When toggling to I
  36.           (super image) mode, ZCOMM's display emulation is set to dumb to
  37.           disable all escape sequences, most importantly those that do strange
  38.           things when used in the wrong context.  When toggling out of I mode,
  39.           dumb terminal emulation is turned off.
  40.  
  41.         ALT-J Toggles j (Jabberwrite) mode (q.v.).*
  42.  
  43.         ALT-K Displays the contents of the soft keys.
  44.  
  45.         ALT-L Ctrl-PrtSc Toggles the line printer on flag.  If the printer is
  46.           being turned on, printing commences with the next character received
  47.           from the remote.
  48.  
  49.         ALT-M Toggles keyboard mapping.
  50.  
  51.           SEE ALSO: display mapkb command
  52.  
  53.         ALT-O Toggles the Overstrike display mode, and restores the normal CRT
  54.           attribute.
  55.  
  56.  
  57.  
  58.         (C) 1990 Omen Tech Inc                        Chapter 22 Term Function
  59.  
  60.  
  61.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  62.         ZCOMM User Manual                                                  182
  63.  
  64.         ALT-P Toggles the parity the term function uses between 8 bits no
  65.           parity, 8 bits graphics, 7 bits plus even parity, 7 bits plus odd
  66.           parity, 7 bits marking parity (8th bit set), and 7 bits spacing
  67.           parity (8 bit reset).
  68.  
  69.         ALT-V Four way toggles v mode between normal, show control characters
  70.           as ^C, denote characters with parity bit (in addition to the above)
  71.           set by prepending a tilde (~), and display all characters in hex.*
  72.  
  73.         22.3  Control Characters
  74.  
  75.         The following characters are recognized by the term function when they
  76.         are received from the remote.
  77.  
  78.         ENQ, DLE If c or C (Compuserve) mode and v mode is not in effect,
  79.           engage the Compuserve B+ Protocol.  This protocol is used with the
  80.           FILTRN program and the SIG/ACCESS DOW and UPL commands.  See
  81.           Compuserve's CP-MIG user group documentation for more information.
  82.           Iff enabled, these codes are acted upon when drained from the
  83.           interrupt input buffer and are not passed to the circular buffer.
  84.  
  85.         The following received characters are recognized by the term function,
  86.         regardless of parity, when they are fetched from the circular buffer
  87.         for the display.
  88.  
  89.         Modem Error Detected modem errors (parity error, framing error, break,
  90.           overrun) are counted in the e numeric parameter.  The E numeric
  91.           parameter may be used to represent modem errors as specific,
  92.           searchable characters.
  93.  
  94.           A detected overrun is displayed as a large fuzzy rectangle (hex B2).
  95.  
  96.         ETX EOT Ctrl-Z When receiving a message with the TWX protocol (in Host
  97.           Operation) these control characters will terminate the message.
  98.  
  99.         ENQ Iff q (TWX) mode or VT100 emulation ("display vt") is in effect,
  100.           transmit the answerback string parameter to the remote.  This is
  101.           equivalent to HEREIS on a Teletype(TM) machine.
  102.  
  103.         BELL Generates a tone in the speaker unless visual bell display is
  104.           enabled ("display bell=visual").  If the display has fallen behind
  105.           the incoming data, ZCOMM suppresses the bell due to the relatively
  106.           long time required to perform a bell ring.  If a file is being
  107.           transmitted with the term function, a bell character will pause
  108.           transmission for a short time.  (Some computers send bell characters
  109.           to indicate their input buffers are becoming overloaded.)
  110.  
  111.         FF If c mode is enabled, erase the screen.
  112.  
  113.         XOFF Suspends file transmission from ZCOMM.  XOFF is excluded from
  114.           pattern searches and does not display unless v mode is set.  After a
  115.  
  116.  
  117.         (C) 1990 Omen Tech Inc                        Chapter 22 Term Function
  118.  
  119.  
  120.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  121.         ZCOMM User Manual                                                  183
  122.  
  123.           timeout determined by the Kermit s numeric parameter (default 60
  124.           seconds), transmission will resume even if no XON character is
  125.           received.[3]
  126.  
  127.         XON Resumes file transmission from ZCOMM.  XON is excluded from
  128.           pattern searches and does not display unless v mode is set.
  129.  
  130.         NULL, Rubout (Hex 7F) and NULL (0) are not displayed unless ZCOMM is
  131.           in i (image) or v mode.  They are excluded from pattern searches.
  132.  
  133.         22.4  Buffer Writing
  134.  
  135.         If e (Emacs) mode is set, a buffer dump is performed before each
  136.         keyboarded character is sent to the remote, since normal XOFF based
  137.         flow control is assumed to be disabled.
  138.  
  139.         When the free space in the circular buffer is nearly exhausted, ZCOMM
  140.         sends an XOFF character to the remote[4] and writes the buffer
  141.         contents to the receive file[5] (if any).  The circular buffer is also
  142.         written to the receive file as a result of a "w" command, ALT-W key,
  143.         or once per second if j mode is in effect.
  144.  
  145.         When the circular buffer is written to a receive file, several control
  146.         characters are treated specially if i (image) mode is not set.  Iff s
  147.         mode is set, all control characters, except for those listed below,
  148.         are excluded from the received file.
  149.  
  150.         NULL ACK BELL XON XOFF RUBOUT ESC These characters are excluded from
  151.           the file.  Most "escape sequences" are also filtered form the
  152.           cpature file.  NULL, DELETE, XON, and XOFF are excluded from pattern
  153.           searches.
  154.  
  155.         ETX, EOT These characters close the file if q mode is in effect, as
  156.           when ZCOMM is receiving a message in host state using TWX protocol.
  157.  
  158.         Ctrl-Z (CPMEOF) Iff z mode is enabled, close the file.  Otherwise this
  159.           character is discarded.
  160.  
  161.         LF Iff n (nlmode) mode is on, a CR is written to the file before the
  162.           LF.  Linefeed is always passed to the file.
  163.  
  164.  
  165.         __________
  166.  
  167.          3. There is no timeout if the parameter is 0.
  168.  
  169.          4. Assuming e mode is not in effect.
  170.  
  171.          5. An XON is sent to the remote after this automatic buffer write
  172.             operation.
  173.  
  174.  
  175.  
  176.         (C) 1990 Omen Tech Inc                        Chapter 22 Term Function
  177.  
  178.  
  179.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  180.         ZCOMM User Manual                                                  184
  181.  
  182.         CR Iff a mode is in effect, a CR LF sequence is written to the file.
  183.           Otherwise, if s mode is on, CR is only written to the file as a
  184.           response to an LF in the circular buffer.
  185.  
  186.         BS Backspace is written to the file unless s mode is in effect, in
  187.           which case it, and the last character written in the disk file, are
  188.           deleted by backspacing the file write pointer.  This simulates the
  189.           function of backspace on common CRT terminals.
  190.           NOTE: This backspacing of the file write pointer operates the same
  191.           as Teco and Emacs editors; it does not stop at the beginning of the
  192.           line.  Backspacing over tab characters is tricky because it may take
  193.           several backspaces to eliminate the spaces corresponding to one tab
  194.           character, but only one is needed to eliminate the tab character in
  195.           the output file.
  196.  
  197.         HT, FF These characters are always passed to the file, even if s mode
  198.           is in effect.  If ss mode is in effect, FF is not passed to the
  199.           file.
  200.  
  201.         22.5  Real Time Status Line
  202.  
  203.         A real time status line is displayed when DOS and OS/2 ZCOMM are in
  204.         the term function.  The left part of this status line is also
  205.         displayed when ZCOMM is in Host Operation awaiting a call.
  206.  
  207.         The first character position shows a blinking W if the circular buffer
  208.         is being written to disk.  Otherwise, the first character position
  209.         shows an L if the keyboard has been locked by a kbdlock command, or C
  210.         if the Caps Lock key is activated.
  211.  
  212.         The second position shows an X if hardware handshaking is enabled and
  213.         Clear to Send (CTS) is not received from the modem, or if an XOFF
  214.         character has been received (software handshake).  This also happens
  215.         when a file upload is using the p mode with GOchar = 17 (17 is decimal
  216.         for XON) and ZCOMM has stopped at the end of a line.  Otherwise, an M
  217.         is shown to indicate Keypad Mapped operation for terminal emulation.
  218.         Otherwise, an N appears if the Num Lock key is activated and the K
  219.         numeric parameter is 0 (84 key keyboard).
  220.         SEE ALSO: handshake command, Terminal Emulation, Chapter 29.
  221.  
  222.         The third position displays the real time status of the following five
  223.         conditions.  If more than one of the conditions is active at once, the
  224.         displayed character will represent the condition listed first.
  225.  
  226.         X   if the buffer has nearly filled up and ZCOMM has sent an XOFF to
  227.             suspend data transmission from the remote.
  228.  
  229.         E   when ZCOMM has sent an XOFF to suspend data transmission for Error
  230.             Containment(TM).
  231.  
  232.  
  233.  
  234.  
  235.         (C) 1990 Omen Tech Inc            Chapter 22 Term Function Status Line
  236.  
  237.  
  238.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  239.         ZCOMM User Manual                                                  185
  240.  
  241.         S   if the term function is searching for one or more strings (defined
  242.             by the pattern command).
  243.  
  244.         W   if term is waiting for a character echo before resuming
  245.             transmission.
  246.  
  247.         w   if term is waiting for a fixed time before sending the next
  248.             character or returning from a putw or wait command.
  249.  
  250.         The display column and row numbers are displayed next with the home
  251.         position equivalent to 1, 1.  DOS's idea of the time of day is next.
  252.         The minutes of elapsed time follow the time of day, modulo 24 hours
  253.         (1440 minutes).  The elapsed time is reset by the ALT-E function key,
  254.         restime command, and telephone number autodial.
  255.  
  256.         If carrier detect is absent, an L( Local) appears after the elapsed
  257.         time.  The X.PC version will display c, p, or L in this position
  258.         depending on whether ZCOMM is in character state, packet state, or
  259.         Local (no carrier detect).
  260.  
  261.         The number of free characters in the Circular Buffer appears next.
  262.  
  263.         A user programmed message may be displayed in right side of the status
  264.         line with the statliner string parameter.  Otherwise, the right side
  265.         of the status line shows the communications port,[6] transmission
  266.         speed ("baud rate") and the parity.
  267.  
  268.         The next field represents the modes that are enabled.  If the b, n, p,
  269.         r, or w mode is set, that letter shows.  If p mode is set with with
  270.         GOchar equal to XON (decimal 17), a P is shown.
  271.  
  272.         The v mode causes the view indicator to show ^ if control characters
  273.         are being displayed in the style ^C where C is the alphabetic
  274.         character corresponding to the control character.  The indicator shows
  275.         ~ if characters with the 8th bit set are being displayed with a
  276.         leading ~.
  277.  
  278.         Setting the a, c, e, h, i, j, l, q, s, t, u, x, and z modes causes the
  279.         corresponding letter to be displayed.  The c, h, and s modes are
  280.         displayed in upper case if their value is greater than 1.
  281.  
  282.         ON HOOK is displayed if the computer has disabled DTR (Data Terminal
  283.         Ready).  The speed command should be used to assert DTR and allow the
  284.         modem to go off hook (connect to line), e.g., "speed 1200".
  285.  
  286.  
  287.  
  288.         __________
  289.  
  290.          6. Virtual channel number for X.PC
  291.  
  292.  
  293.  
  294.         (C) 1990 Omen Tech Inc            Chapter 22 Term Function Status Line
  295.  
  296.  
  297.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  298.         ZCOMM User Manual                                                  186
  299.  
  300.         If a transmit file is open, a < followed by the transmit file name is
  301.         shown.
  302.  
  303.         If the file upload has been stopped by a grab command, Stopped(grab)
  304.         is diplayed.
  305.  
  306.         If a receive capture file is open, a > followed by the file name is
  307.         shown.
  308.  
  309.         EXAMPLE: LX 01 24 23:57 ET 0:46 L 31424    1:1200 8n p^t <upload.fil
  310.         The keyboard has been "locked" by a kbdlock 1 command.  File upload
  311.         has been stopped by an XOFF character.  The cursor in in column 1,
  312.         line 24.  The elapsed time is 46 seconds.  Carrier is not present (L).
  313.         There are 31424 free bytes in the circular buffer.  Transmission speed
  314.         is 1200 bits per second.  Transmitted word length is 8 bits no parity
  315.         (8n).  Since a speed of 1200 selects 1 stop bit, the mode is the same
  316.         as "8-N-1" mentioned by many bulletin board systems.  The p mode makes
  317.         file upload pause at the end of each line for a prompt character.
  318.         View mode is set (ena -v).  Finally, t mode slows the transmission of
  319.         each character from a soft keys or file.  The disk file upload.fil is
  320.         being uploaded.
  321.  
  322.         The s numeric parameter sets the status line display attribute.  The
  323.         default of 7 provides normal video.  With some displays, you can set
  324.         it to dim with a ps8 command so it won't distract you.  It may be
  325.         disabled with an "ESC x 1" sequence.
  326.  
  327.         SEE ALSO: statliner string parameter
  328.  
  329.         22.5.1  X Windows status line  When operating under some versions of
  330.         the X Windows xterm program, Unix flavors display a status line
  331.         indicating Carrier Detect, elapsed time, and buffer free size.
  332.  
  333.         22.6  Conference Command/Local Editing
  334.  
  335.         When the conference command is given, two cursors appear.  The usual
  336.         cursor will follow text as it arrives from the remote computer.  A
  337.         block cursor in the conference window follows the text you enter.
  338.  
  339.         While entering text to the conference window, the standard ZCOMM
  340.         editing keys described in Chapter 18 may be used to correct
  341.         keyboarding mistakes.
  342.  
  343.         When you keyboard ENTER, LF, or ESC, or when you fill up the
  344.         conference window, ZCOMM queues the line for transmission.  The
  345.         conference window cursor disappears while the line is queued for
  346.         transmission.
  347.  
  348.         The line is transmitted as soon as the previous line (if any) has been
  349.         sent.  When transmission begins, the conference window is cleared and
  350.         the conference cursor reappears, allowing the next line to be
  351.  
  352.  
  353.         (C) 1990 Omen Tech Inc                   Chapter 22 Conference Command
  354.  
  355.  
  356.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  357.         ZCOMM User Manual                                                  187
  358.  
  359.         keyboarded.  Attempts to keyboard characters into the conference
  360.         window before transmission begins will ring the bell and be discarded.
  361.  
  362.         When in the conference command, the function keys operate the same way
  363.         as they normally do in the term function.  The review subcommands (F2,
  364.         PgUp, etc.) may be used to review portions of the conversation that
  365.         have scrolled off the main screen.  The exit command F1 causes any
  366.         characters entered in the conference window to be discarded.
  367.  
  368.         The following characters are passed directly to the remote and are not
  369.         entered into the conference window: ETX SI DLE XON XOFF DC2 DC4 (^C ^O
  370.         ^P ^Q ^S ^R ^T).
  371.  
  372.         Transmission from the conference window is controlled by the t, p, and
  373.         w modes and their associated parameters.  If none of these modes are
  374.         set, the line is transmitted at full speed.  If Half Duplex mode h is
  375.         set, ZCOMM echoes the line as it is transmitted.  If H is set, a
  376.         linefeed is transmitted and displayed after the carriage return.
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.         (C) 1990 Omen Tech Inc                      Chapter 22 Review Function
  413.  
  414.  
  415.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  416.         ZCOMM User Manual                                                  188
  417.  
  418.         23.  REVIEW FUNCTION
  419.  
  420.         Review function commands page, search, cut, paste, and otherwise
  421.         manipulate captured data stored in the circular buffer.
  422.  
  423.         The review function displays the approximate location of the displayed
  424.         text within the circular buffer as a percentage of the buffer contents
  425.         on the status line.  Unless i mode is in effect, escape characters are
  426.         printed as $ (dollar sign) so they will not interfere with scrolling.
  427.  
  428.         Review subcommands consist of a single character preceded by an
  429.         optional numeric argument.  (The default value is 1.) The numeric
  430.         digits and the command are not echoed as they are entered.  For
  431.         example, keyboarding 69+ moves down 69 lines.
  432.  
  433.         You don't have to wait for the screen to fill before entering the next
  434.         review subcommand.  This comes in handy with the n subcommand.  Since
  435.         the N subcommand searches in the reverse direction, you can thumb
  436.         through messages (by searching for the subject header) very quickly,
  437.         knowing that you can back up if you went past something interesting.
  438.  
  439.  
  440.         23.1  Review Subcommands
  441.  
  442.         Defined soft keys are executed from review iff they do not conflict
  443.         with the permanent definitions.
  444.  
  445.         Ctrl-L, Ctrl-Home Ctrl-L (form feed) clears the screen and refreshes
  446.              the display without moving it.  Ctrl-L is useful after an error
  447.              printout within review, or after a subcommand that writes to the
  448.              screen such as ALT-D or ALT-S.
  449.  
  450.         a    Toggles the autowarp display mode, then refreshes the display.
  451.              If the autowrap display mode is enabled, long lines can be
  452.              viewed, but will cause lines at the top of the screen to scroll
  453.              off.
  454.  
  455.         G    Go to the Nth line and display from there.  If N is omitted, go
  456.              to the end instead.
  457.  
  458.         Home Display starting at the beginning of the capture buffer.
  459.  
  460.         r, R If a file is open as a result of a read command, read some more
  461.              of the file into the buffer, replacing about 3/4 of the previous
  462.              buffer contents (all if R subcommand).  A successful r subcommand
  463.              erases the pointers set by the t and b subcommands.  The data
  464.              read in from the file may overwrite the data currently displayed
  465.              on the screen.  In this case, ZCOMM displays data starting with
  466.              the oldest.
  467.  
  468.  
  469.  
  470.  
  471.         (C) 1990 Omen Tech Inc                      Chapter 23 Review Function
  472.  
  473.  
  474.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  475.         ZCOMM User Manual                                                  189
  476.  
  477.         F2, PgUp, ^B, * Display the Nth previous page (one line overlap is
  478.              provided).
  479.  
  480.         SP, PgDn, ^F Clear screen and display the next Nth page.
  481.  
  482.         s, / Accept a search string, terminated by RETURN.  This string may
  483.              have character escapes.  Search through the buffer for the Nth
  484.              instance of string.  Lower case characters in string match either
  485.              case; upper case characters in string match upper case characters
  486.              only.  The display starts with that line.  If the search is
  487.              unsuccessful, ring bell.  The search begins at the top of the
  488.              display.
  489.  
  490.              SEE ALSO: ?, n, N subcommands
  491.  
  492.         ?    Prompts for search string as above, then searches backwards for
  493.              the Nth occurrence of string starting with the line above the top
  494.              of the buffer.
  495.  
  496.         n    Next searches for Nth occurrence of the previously entered string
  497.              in the direction of the last "/" or "?" subcommand.  Typical
  498.              usage would be to search for the first occurrence with the "/"
  499.              subcommand, then use "n" to find more matches.
  500.  
  501.         N    Next searches for next Nth occurrence of the previously entered
  502.              search string in the opposite direction to the original "/" or
  503.              "?" subcommand.
  504.  
  505.         UpCursor, - Backup N lines and redisplay.
  506.  
  507.         DownCursor, +, Ctrl-J(LF) Move the display down N lines and redisplay.
  508.  
  509.         End  Go to the buffer end (where the most recent data is) and display.
  510.  
  511.         x    eXit returns to the previous function, and makes the term
  512.              function redisplay the last page of buffer contents.[1] This
  513.              restores the screen and keyboard to the same state they were in
  514.              before review was entered.  The x subcommand allows you to see
  515.              where you were if you were in the midst of keyboarding a command
  516.              to the remote when you entered review.
  517.  
  518.              EXAMPLE: Suppose you are typing in a line of commands and you
  519.              need to "thumb back" through the remote's output for some vital
  520.              nugget of information.  (After you enter a 20 line email reply
  521.  
  522.  
  523.         __________
  524.  
  525.          1. When the term function takes control, which is immediately if
  526.             review was called from the term function.
  527.  
  528.  
  529.  
  530.         (C) 1990 Omen Tech Inc                      Chapter 23 Review Function
  531.  
  532.  
  533.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  534.         ZCOMM User Manual                                                  190
  535.  
  536.              message, NOW Compuserve asks you for a certain random 8 digit
  537.              account number to mail it to!) No sweat, just hit some PgUp's
  538.              until you see the account number on the screen.  Now you can't
  539.              remember whether or not you typed a space after the last part of
  540.              you command to the remote.  No problem, just exit review with x
  541.              and you'll see just where you were.
  542.              NOTE: This subcommand should not be used when scripts are active.
  543.  
  544.         k    Kill the capture buffer contents and return to the previous
  545.              function.
  546.  
  547.         Ctrl-Z, Ctrl-PgDn Kill the rest of the buffer by setting the character
  548.              insertion pointer to just after the end of the current display.
  549.              ZCOMM then redisplays the last lines of the buffer and returns to
  550.              the previous function.
  551.  
  552.         t    Set the cut pointers to the top of displayed text, and sets the
  553.              bottom cut pointer to the end of the buffer.  The t subcommand is
  554.              used with the b subcommand to specify which portion of the
  555.              circular buffer should be written to a file with the w
  556.              subcommand.  (Text between the top and bottom pointers is
  557.              highlighted.)
  558.  
  559.         b    Set the bottom pointer to the beginning of the first line of
  560.              displayed text.  If the top pointer had not been previously set,
  561.              or if the bottom pointer is before the top pointer, ZCOMM will
  562.              ring the bell and ignore the subcommand.  Otherwise, the text on
  563.              the screen that was highlighted will now be displayed in normal
  564.              intensity as what is showing on the screen has just been
  565.              deselected.  (Text between the top and bottom pointers is
  566.              highlighted.)
  567.  
  568.         w, W Write (paste) the text between the top and bottom pointers to a
  569.              disk file or DOS device.[2] If the top pointer is not set, a
  570.              reminder is printed.  ZCOMM prompts for a pathname.  A blank file
  571.              name implies the modem.[3] If the bottom pointer is not set, the
  572.              rest of the buffer will be written.  No log entry is made by this
  573.              subcommand.  The W subcommand automatically appends the paste
  574.              data to an existing file.  A directory for past files may be
  575.              specified with the DIRPX environment variable and/or the dirpx
  576.  
  577.  
  578.         __________
  579.  
  580.          2. Useful DOS devices are PRN, LPT1, LPT2, and LPT3.
  581.  
  582.          3. Data is sent to the modem at full speed with the current parity.
  583.             Normally, line feeds are not sent.  With n mode, line feeds are
  584.             sent and carriage returns are suppressed.  With b mode, data is
  585.             sent the way it was received.
  586.  
  587.  
  588.  
  589.         (C) 1990 Omen Tech Inc                      Chapter 23 Review Function
  590.  
  591.  
  592.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  593.         ZCOMM User Manual                                                  191
  594.  
  595.              string parameter.
  596.  
  597.         q, F1, ALT-X Quit, return to previous function.
  598.  
  599.         !    Prompts for a DOS command, then attempts to execute it (DOS
  600.              Gateway).
  601.  
  602.         @    Prompts for a ZCOMM command, then executes it.
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.         (C) 1990 Omen Tech Inc                   Chapter 23 Numeric Parameters
  649.  
  650.  
  651.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  652.         ZCOMM User Manual                                                  192
  653.  
  654.         24.  NUMERIC PARAMETERS
  655.  
  656.         Numeric parameters are set with the p command in the form px# where x
  657.         is the one letter name of the parameter and "#" is the numeric value.
  658.  
  659.         Numbers may have an optional leading "-" (minus) sign.  Numbers are
  660.         normally decimal, but hex numbers may be input as 0xHH, printing ASCII
  661.         character values may be entered as 0cC, and control characters may be
  662.         represented as 0^C.
  663.  
  664.         Value     Possible entries
  665.         65   65  0x41  0cA
  666.         3    3  0x3  0^C
  667.  
  668.         Typing "p" without a parameter name displays the current values of the
  669.         numeric parameters in decimal.
  670.  
  671.         EXAMPLE: pS5 sets the timeout interval in seconds waiting for XON
  672.         characters or positive flow control.  to decimal 5 seconds.
  673.  
  674.  
  675.         EXAMPLE: pv-1 sets the v numeric parameter to -1, suppressing some
  676.         routine messages
  677.  
  678.  
  679.         #  The # numeric parameter sets the number of lines used by the built
  680.            in display driver.  The default value is 24.  A value of 25 may be
  681.            used for applications which require access to all 25 display lines.
  682.            A small value may be used when running ZCOMM under TopView to fit
  683.            the information into a small window.  The cls or reset command
  684.            should be given after setting the parameters to initialize the
  685.            screen driver to the new values.  If running with a virtual screen
  686.            with TopView or DESQview, the # and $ numeric parameters are
  687.            limited to 24 by 80 maximum.  Full screen applications may give
  688.            abnormal displays if these parameters are set too small.
  689.            Nonsensical values tend to produce nonsensical displays.
  690.  
  691.            EXAMPLE: cls; p#9; reset clears the screen, sets a 9 line window,
  692.            and initializes the screen driver to the new value.
  693.  
  694.         $  Sets the number of CRT columns.  A cls or reset command should be
  695.            given after changing the $ numeric parameter.  The default value
  696.            (80) is that returned by the BIOS video interrupt 15h call.  This
  697.            parameter may be set to support 132 column displays if the 132
  698.            column display mode is set before ZCOMM is called.[1] ZCOMM does
  699.  
  700.  
  701.         __________
  702.  
  703.          1. With most display BIOS ROMs, ZCOMM reads the columns and lines
  704.             values from the BIOS when starting up or regaining control after a
  705.  
  706.  
  707.         (C) 1990 Omen Tech Inc                   Chapter 24 Numeric Parameters
  708.  
  709.  
  710.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  711.         ZCOMM User Manual                                                  193
  712.  
  713.            not support displays less than 80 columns wide.  The display
  714.            hardware must use the same number of columns as the $ parameter if
  715.            the resultant presentation is to make any sense.
  716.  
  717.            SEE ALSO: # and V numeric parameters
  718.  
  719.         -  If non zero, the DOS Gateway (used with the ! command, etc.) uses
  720.            the undocumented DOS 37h function to fetch the current value of
  721.            SWITCHAR.
  722.  
  723.            If negative, ZCOMM uses DOS line input (function 0xA) for commands
  724.            given from the main prompt.  This enables DOS command line editors
  725.            such as CED.  When these editors are active, they (and not ZCOMM)
  726.            interpret control, function and ALT- keys.
  727.  
  728.         *  Sets the CRT attribute for highlighted messages.
  729.  
  730.            EXAMPLE: p*12 gives bright red.
  731.  
  732.            Adding 1024 to this parameter forces ANSI SGR 1 to use this color.
  733.  
  734.         ?  Count of the number of files sent or received with a protocol, and
  735.            the number of lines matched by the find command.  A failed password
  736.            validation sets this negative.  The exit status of subprograms is
  737.            stored in this parameter.  Because of a bug in DOS COMMAND.COM, the
  738.            return value is valid only with Unix/Xenix flavors.
  739.  
  740.            SEE ALSO: ?  test condition
  741.  
  742.         @  Sets the CRT attribute for the (normally) blinking messages such as
  743.            FILES OPEN.  The numeric values are explained below, with the n
  744.            numeric parameter.
  745.  
  746.            EXAMPLE: p@12 makes ZCOMM's normally blinking messages appear
  747.            bright red.
  748.  
  749.            Adding 1024 to this parameter forces ANSI SGR 5 and 6 to use this
  750.            color.
  751.  
  752.         A  If non 0, selects a prefix character which allows ALT characters to
  753.            be generated by keyboards without ALT keys.  This parameter is
  754.            supported on VAX/XMS and Unix platforms; please refer to the
  755.            platform specific addendum file for specifics.
  756.  
  757.  
  758.  
  759.  
  760.         ______________________________________________________________________
  761.  
  762.             DOS Gateway.
  763.  
  764.  
  765.  
  766.         (C) 1990 Omen Tech Inc                   Chapter 24 Numeric Parameters
  767.  
  768.  
  769.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  770.         ZCOMM User Manual                                                  194
  771.  
  772.         B  If set non zero (the default), causes a bye command to be issued
  773.            each time a telephone number is executed as a command.
  774.  
  775.            SEE ALSO: mcommand string parameter, number dialing commands
  776.  
  777.         C  If non zero, only display C ESC sequences per screen in the Review
  778.            Function, and count escape sequences when advancing or backing up
  779.            in the review buffer.  Otherwise, ESC sequences are not counted.
  780.  
  781.         E  If non 0, substitute this for characters with bad parity detected
  782.            by the term function with e mode (Error Containment(TM)).
  783.  
  784.            EXAMPLE: ena -7e;  pE63 Substitute ?  for characters received with
  785.            odd parity.
  786.  
  787.  
  788.         F  Sets the CRT attribute for dim (faint) messages such as ANSI SGR2.
  789.  
  790.            EXAMPLE: pF8 gives gray.
  791.  
  792.  
  793.         H  In Host Operation, sets the timeout in seconds for entering a
  794.            command or string in response to a command or other prompt,
  795.            including the accept command.  A value of 0 (the default) disables
  796.            this timeout.
  797.  
  798.         K  If non 0, executes keyboard BIOS calls to recover extended codes
  799.            from 101 key keyboards.
  800.  
  801.         N  When enabled with display mapkb, this parameter controls the
  802.            relationship between ANSI/VT52 Alternate Keypad mode (DECKPAM,
  803.            ESC=), ANSI Numeric Keypad mode (DECKPNM, ESC>), and the PC's
  804.            keyboard Num-Lock state.
  805.  
  806.            0  causes ZCOMM to set the PC's keyboard Num_Lock state to match
  807.               Numeric Keypad mode when DECKPNM or DECKPAM is received.
  808.  
  809.            32 causes ZCOMM to set the PC's keyboard Num_Lock state to the
  810.               opposite of Numeric Keypad mode when DECKPNM or DECKPAM is
  811.               received.
  812.  
  813.            1  causes ZCOMM to set the PC's keyboard Num_Lock on in response to
  814.               either DECKPNM or DECKPAM.
  815.  
  816.            2  causes ZCOMM to set the PC's keyboard Num_Lock off in response
  817.               to either DECKPNM or DECKPAM.
  818.  
  819.            SEE ALSO: display, mk and ALT-M commands
  820.  
  821.         O  Controls OverThruster(TM) operation with XMODEM, XMODEM-1k, YMODEM,
  822.            and YMODEM-1k downloads.  This parameter should be set as follows:
  823.  
  824.  
  825.         (C) 1990 Omen Tech Inc                   Chapter 24 Numeric Parameters
  826.  
  827.  
  828.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  829.         ZCOMM User Manual                                                  195
  830.  
  831.            CompuServe XMODEM This OverThruster mode is known to be effective
  832.                 on CompuServe.  Negative numbers control the number of bytes
  833.                 added to the window on XMODEM downloads from the network.
  834.                 Larger numbers increase throughput, but cause improperly
  835.                 interfaced MNP modems and network nodes to drop characters
  836.                 under stress, disrupting the file transfer.
  837.  
  838.                 EXAMPLE: pO-512; ro file1.ext
  839.  
  840.  
  841.            Other XMODEM Positive numbers up to a system dependent value less
  842.                 than the protocol block size increase throughput.  Larger
  843.                 values induce timeouts and/or retransmitted blocks.  The
  844.                 optimum value must be determined by experiment.  If you see
  845.                 the message: Retry 0:  Received dup Sector very often, the
  846.                 value should be reduced.  60 usually give best results with
  847.                 MNP modems at 2400 bps.  The optimum value varies depending on
  848.                 the remote computer, modem(s), system traffic, and the network
  849.                 node.
  850.  
  851.                 EXAMPLE: pO60; ro file1.ext
  852.  
  853.  
  854.         R  If non zero, remove incomplete files received with a protocol
  855.            except those received with the + option (default 0).
  856.  
  857.         S  Timeout interval in seconds waiting for XON characters or positive
  858.            flow control (default 15).  If an XON is not received within this
  859.            time, transmission resumes anyway.  A value of 0 disables this
  860.            timeout.
  861.  
  862.         T  If Command Reentry has been enabled with the history command, the T
  863.            parameter prevents commands with fewer than T characters from being
  864.            stored in the history file.  Excluding short and easy to type
  865.            commands from the history file makes it easier to find the commands
  866.            that are difficult to keyboard.
  867.  
  868.            Setting T to a large number disables the storage of commands and
  869.            strings.  This may be used to exclude passwords and other sensitive
  870.            information from the history file.
  871.  
  872.            SEE ALSO: history command
  873.  
  874.         V  VIDEO BIOS display mode to switch the display to 132 columns in
  875.            response to a VT-100 DECCOLM mode set command.  To support boards
  876.            using an extended code in the bl register, calculate N = bl + (256
  877.            * al).
  878.  
  879.            A popular value is 35 for the Tseng, ATI, and other extended EGA
  880.            boards.  The Genoa Super EGA Hi-Res likes 96.  The Everex EVGA uses
  881.            28684.  The default value of 0 inhibits this function.
  882.  
  883.  
  884.         (C) 1990 Omen Tech Inc                   Chapter 24 Numeric Parameters
  885.  
  886.  
  887.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  888.         ZCOMM User Manual                                                  196
  889.  
  890.         W  This numeric parameter supports Video7 and similar boards which
  891.            require a non 0 value in the AH register on INT 10h bios calls for
  892.            setting video modes (e.g., 132 columns).  The value of the W
  893.            numeric parameter (default 0) is placed in the AH register when
  894.            attempting to switch video modes.
  895.  
  896.         X  On Unix flavors, preset to +1 if the XTERM environment variable
  897.            contains xterm, preset to -1 if the variable contains the string
  898.            401 indicating a Tektronix storage tube graphics terminal,
  899.            otherwise remains at 0.  Positive values allow the term function to
  900.            use the X Windows xterm status line.  Negative values inhibit
  901.            status line updates while Tek graphics are active.
  902.  
  903.         Z  Hot zone column used for keyboard entry with the message and
  904.            privatecommands.  A space character keyboarded within the hot zone
  905.            finishes the line.
  906.  
  907.         a  The a parameter calibrates certain XMODEM and YMODEM protocol
  908.            timeouts.  The default value is set during initialization to an
  909.            appropriate value for an IBM Personal Computer, PC-jr, DG/One, or
  910.            8mHz PC-AT (2000 for 4.77 mHz PC, 4000 for a PS2/30, 6000 for an 8
  911.            mHz AT, 12000 for a PS2/80).  If ZCOMM is run on a non standard
  912.            machine, accelerator, or under a time slicing operating environment
  913.            such as TopView, these timeouts may be recalibrated with the a
  914.            numeric parameter.  Larger numbers give longer timeouts.  This
  915.            parameter should then be set with a pa# command in the telephone
  916.            directory setup entry.  The value for this parameter will change if
  917.            ZCOMM is used with a different computer type or multitasking
  918.            operating system.
  919.  
  920.         b  Sets the video color for the screen border.  The mapping of b
  921.            parameter values to color is hardware dependent.  New values of the
  922.            b parameter take effect with the next screen clear.
  923.  
  924.         c  The c parameter sets the callout interval in seconds between scans
  925.            for outgoing messages.  The default is 300 seconds (five minutes).
  926.  
  927.            EXAMPLE: pc600 sets the interval between callout queue scans to 10
  928.            minutes.
  929.  
  930.  
  931.            SEE ALSO: Callout queue
  932.  
  933.         d  A non zero value (the default) causes incoming files received with
  934.            ZMODEM and full YMODEM Batch protocol to have their Date set to
  935.            that sent in the file header.  ZMODEM's file management features
  936.            depend on the transmission of each file's modification date.  Files
  937.            between two copies of ZCOMM will have the same creation date, even
  938.            if the two machines are in different time zones.  When transferring
  939.            files to/from a Unix system, creation dates are interpreted
  940.            according to GMT or Universal Coordinated Time.  File dating should
  941.  
  942.  
  943.         (C) 1990 Omen Tech Inc                   Chapter 24 Numeric Parameters
  944.  
  945.  
  946.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  947.         ZCOMM User Manual                                                  197
  948.  
  949.            be enabled with a pd1 command in the telephone directory setup
  950.            entry.
  951.  
  952.            SEE ALSO: z numeric parameter, ZONE environment variable
  953.            NOTE: Backdating file creation times may confuse some backup
  954.            programs.
  955.  
  956.         e  Indicates the number of errors, failed file transfers and the
  957.            number of characters received by the term function with parity
  958.            error, framing error or overrun.
  959.  
  960.            EXAMPLE: if e>30 goto badline
  961.  
  962.  
  963.            If the term function increments the error count to 0[2] (from a
  964.            negative number), and E mode is set, the term function exits. This
  965.            allows the script to regain control in the event of a noisy line.
  966.            This condition is indicated by the e test condition being false
  967.            (0).
  968.  
  969.            EXAMPLE: pe-20; ... wait; if !e goto badline
  970.  
  971.  
  972.            This parameter is reset to 0 by the call command.
  973.  
  974.            SEE ALSO: E mode
  975.  
  976.            SEE ALSO: e test condition (if, while commands)
  977.  
  978.            Unless the q file transfer option is used, each file skipped as a
  979.            result of ZMODEM selective transfer increments this parameter.
  980.  
  981.         f  Fail time.  Sets the default timeout in seconds for matching a
  982.            pattern.  This timeout is reset whenever a character is received
  983.            from the remote.  Timeout is suspended whenever a XOFF (DC3 or
  984.            Control-S) is keyboarded, and resumed when XON (DC1 or Control-Q)
  985.            is keyboarded.  The f parameter value may be overridden for one
  986.            command by the ftime mode.
  987.  
  988.            EXAMPLE: pf15 sets a default 15 second inactivity timeout  for
  989.            pattern searches.
  990.  
  991.  
  992.         g  Set the "gochar" (decimal).  (See the ASCII/Decimal conversion
  993.            table in Chapter 37).  The g parameter is reset to its default
  994.  
  995.  
  996.         __________
  997.  
  998.          2. Refer to E mode description for caveats.
  999.  
  1000.  
  1001.  
  1002.         (C) 1990 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1003.  
  1004.  
  1005.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  1006.         ZCOMM User Manual                                                  198
  1007.  
  1008.            (linefeed, 10) by the call command.  (See documentation on the p
  1009.            mode.)
  1010.  
  1011.            Some remote systems accept uploads with a ? (decimal 63) prompt for
  1012.            each line.  Optimum operation with such a system might call for
  1013.  
  1014.                 pg63 pp1000 pt4 f -tp file1
  1015.  
  1016.            The pg63 sets the goahead character to question mark.  The pp1000
  1017.            sets the timeout to a long delay (10 seconds).  The pt4 sets the
  1018.            upload throttle to 40 milliseconds per characters, a speed which
  1019.            allows the remote to echo somewhat slowly (assuming no tabs).
  1020.            Finally, the command f -tp file sends file1 with Throttle and wait
  1021.            for Prompt at end of line.
  1022.  
  1023.            As a special case, if the "gochar" is set to 17 (called XON, DC1,
  1024.            or ^Q) before the p mode is set, file transmission is stopped until
  1025.            an XON is keyboarded or received from the remote.
  1026.  
  1027.            EXAMPLE: pg17; ena -p
  1028.  
  1029.  
  1030.         h  Iff the h numeric parameter is set non zero, the h (Half Duplex)
  1031.            mode causes characters transmitted by the term function to be
  1032.            stored in the circular buffer as if they had been received from the
  1033.            remote.  This allows the review function to display them.  Since
  1034.            the echoed characters appear to have come from the remote, scripts
  1035.            may be affected, especially pattern searches.
  1036.  
  1037.            EXAMPLE: ph1; ena -h
  1038.  
  1039.  
  1040.         i  Set the interval between retries to n seconds.
  1041.  
  1042.            EXAMPLE: pi4; call -200 busysys attack dials up to 201 times at 4
  1043.            second intervals.
  1044.  
  1045.  
  1046.            SEE ALSO: call -n command
  1047.  
  1048.         j  Sets the maximum connect time in seconds allowed restricted callers
  1049.            in host operation.  The default value of 0 does not restrict
  1050.            connect time.
  1051.  
  1052.            EXAMPLE: pj300 disconnects restricted callers at the first command
  1053.            prompt after 5 minutes' connect time.
  1054.  
  1055.  
  1056.         k  When receiving data from the remote at high speeds (9600 or
  1057.            faster), the display may fall behind data from the remote.  Under
  1058.            these conditions, keyboarding an interrupt character (often Ctrl-C,
  1059.  
  1060.  
  1061.         (C) 1990 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1062.  
  1063.  
  1064.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  1065.         ZCOMM User Manual                                                  199
  1066.  
  1067.            or Break) will immediately stop the output from the remote, but the
  1068.            display will continue to scroll for some time while the data in the
  1069.            circular buffer is displayed.  If this is objectionable, the k
  1070.            parameter may be set to the remote's particular interrupt character
  1071.            (in decimal).  This parameter also affects the link command.  When
  1072.            this character is keyboarded, undisplayed data pending in the
  1073.            circular buffer is skipped over.  (This data is still available to
  1074.            the review command.  The call command resets this parameter to -1,
  1075.            disabling its function.
  1076.  
  1077.            EXAMPLE: Many DEC systems use ETX (Ctrl-C) to interrupt programs.
  1078.            Many Unix users also use ETX for interrupting programs.  The
  1079.            command pk3 causes ZCOMM to skip buffered output from the remote.
  1080.            Unix users using the default interrupt character of RUBOUT may give
  1081.            the command pk127
  1082.  
  1083.  
  1084.         l  Selects LPTn for term function output when the l mode is set.  In
  1085.            addition, adding 8 to the number allows terminal emulation escape
  1086.            codes to select "printer controller mode" iff the printer is ready
  1087.            at the time.  Adding 16 to the number allows "printer controller
  1088.            mode" to be selected even if the printer is not ready at the time.
  1089.  
  1090.            Default is 1 (LPT1).
  1091.  
  1092.            EXAMPLE: pl2 selects LPT2.
  1093.  
  1094.  
  1095.            EXAMPLE: pl9 selects LPT1 and allows the remote application to
  1096.            enable "printer controller mode".
  1097.  
  1098.         m  Causes file transmission with the f file command to pause when a
  1099.            character matching the decimal value is read from the file.  That
  1100.            character is NOT transmitted.  When the file uploading is paused, a
  1101.            keyboarded Ctrl-Q will resume transmission.  The call command
  1102.            resets the m parameter to -1 (which matches nothing).
  1103.  
  1104.            EXAMPLE: pm12 Causes file uploading to pause on FormFeed (FF).
  1105.  
  1106.         n  Set the normal display attribute.  The default of 7 gives a normal
  1107.            white on black display.  The numbers associated with the s, r, and
  1108.            n are stored in the attribute byte of each character position
  1109.            written in the corresponding mode.
  1110.  
  1111.            The bit configuration (color display) is: Blink R G B  Intensity R
  1112.            G B with the leftmost the most significant.
  1113.  
  1114.            Users with color monitors often use 2 (green) to avoid color
  1115.            fringes caused by misconverged color monitors.
  1116.            NOTE: the actual writing color attribute is not changed until the
  1117.            next time the display is reset.  Some attributes generate
  1118.  
  1119.  
  1120.         (C) 1990 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1121.  
  1122.  
  1123.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  1124.         ZCOMM User Manual                                                  200
  1125.  
  1126.            unreadable displays.  Other attributes generate text that can only
  1127.            be seen on some monitors.
  1128.  
  1129.            EXAMPLE: pn3 sets cyan; pn2 sets green.
  1130.  
  1131.  
  1132.         o  Iff non zero, allows overlap of file writing and incoming data from
  1133.            the remote.  This increases throughput when receiving files with B,
  1134.            Extended Quick B, XMODEM, and YMODEM Batch protocols.  ZCOMM sets
  1135.            this to 1 on startup unless a PC-jr is detected.
  1136.  
  1137.         p  Pause sets the echo wait period (in hundredths of seconds) used
  1138.            with the pattern command and the w and p modes.  Larger numbers
  1139.            give longer pauses.  The default works well with most micro based
  1140.            bulletin board systems.  The p parameter is reset to its default of
  1141.            70 (700 milliseconds approximately) by the call command.
  1142.  
  1143.            SEE ALSO: p mode
  1144.  
  1145.         q  Sets the "gopause".  When sending a file with a wait for "gochar" (
  1146.            p mode), ZCOMM waits Gopause hundredths of seconds AFTER it
  1147.            receives the "gochar".  The q parameter also controls the time
  1148.            delay after a normal pattern match or putw command.
  1149.  
  1150.            The q parameter is reset to its default of 70 (700 milliseconds
  1151.            approximately) by the call command.  The default value allows time
  1152.            for immediate echoes to be displayed and for the Hayes
  1153.            SmartModem(TM) to respond to most commands.
  1154.  
  1155.            SEE ALSO: p mode
  1156.  
  1157.         r  Set the attribute for "reverse video".
  1158.  
  1159.            EXAMPLE: pr97 sets "reverse video" to blue on yellow.
  1160.  
  1161.            Adding 1024 to this parameter forces ANSI SGR 7 to use this color.
  1162.  
  1163.            SEE ALSO: n numeric parameter
  1164.  
  1165.         s  Set the attribute of the status line display (default 7, for
  1166.            white).  A value of 8 (grey) may be chosen to prevent the status
  1167.            line display from distracting from the information being printed.
  1168.            The low intensity grey also minimizes phosphor burn.  Some other
  1169.            possibilities are 2 for green, and 1 for blue (or underlined on the
  1170.            monochrome board).
  1171.  
  1172.            SEE ALSO: n numeric parameter
  1173.  
  1174.         t  Sets the throttle speed (delay between characters in hundredths of
  1175.            seconds) used by the term function when uploading files with an f
  1176.            -t file command.  Throttle controls the term function sending speed
  1177.  
  1178.  
  1179.         (C) 1990 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1180.  
  1181.  
  1182.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  1183.         ZCOMM User Manual                                                  201
  1184.  
  1185.            only when t mode is enabled.
  1186.  
  1187.            The default value of 4 corresponds to about 20 characters per
  1188.            second.  Larger numbers give slower transmission.  The effective
  1189.            resolution of the t parameter is limited by the timekeeping
  1190.            resolution of the operating system; on PC-DOS the resolution is
  1191.            about 18 per second.
  1192.  
  1193.            A negative value (-1 to -32767) may be used to specify a software
  1194.            timing loop, with more negative values giving slower transmission.
  1195.            The speed effect of a negative t value depends on the processor
  1196.            speed and operating environment.
  1197.  
  1198.            The t parameter is reset to its default by the call command.
  1199.  
  1200.            SEE ALSO: t mode
  1201.  
  1202.         u  Sets the video attribute used to represent underline.
  1203.  
  1204.            EXAMPLE: pu14 sets "underline" to yellow.
  1205.  
  1206.            Adding 1024 to this parameter forces ANSI SGR 3 or 4 to use this
  1207.            color.
  1208.  
  1209.            SEE ALSO: n numeric parameter
  1210.  
  1211.         v  Sets the verbose level (default 0).  A value less than zero
  1212.            inhibits some routine messages.  A value og 1 or greater enables
  1213.            logging of files skipped by selective ZMODEM file transfers.  A
  1214.            value greater then zero causes the set command to list all string
  1215.            parameters, including empty string parameters.  The screen erase
  1216.            after data calls in host operation is disabled.  Values greater
  1217.            than 1 display script commands as they are fetched from the script
  1218.            file.* Larger values give more detailed tracing information.  A
  1219.            value of 50+ causes data read by the read command to be displayed
  1220.            and acted upon by the term function (when called) as if it had
  1221.            arrived from the remote.
  1222.            NOTE: A v parameter value greater than zero affects scripts that
  1223.            generate files with the > command.
  1224.  
  1225.         w  Controls the block length used by the CompuServe B Protocol.  A
  1226.            longer length increases throughput, but may overload some networks,
  1227.            resulting in excessive retransmissions or failed transfers.  With
  1228.            the new Extended Quick-B protocol, the maximum block length is 1024
  1229.            data bytes.  A value of 0 (the default) allows the Compuserve
  1230.            computer to control the block length, up to 1024 with Extended
  1231.            Quick-B.
  1232.  
  1233.            A negative value controls the upload block length but still allows
  1234.            Compuserve to control the download block length (1024 with Extended
  1235.            Quick B).
  1236.  
  1237.  
  1238.         (C) 1990 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1239.  
  1240.  
  1241.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  1242.         ZCOMM User Manual                                                  202
  1243.  
  1244.            Uploads to Compuserve using longer block lengths are especially
  1245.            sensitive to poor flow control, especially when error correcting
  1246.            modems (MNP, etc.) are used.  If B protocol uploads fail or require
  1247.            excessive retransmissions, correct the flow control arrangements,
  1248.            disable the modem's error correction, or try a smaller upload block
  1249.            size.
  1250.  
  1251.            The data contents of successfully transferred file(s) are not
  1252.            affected by this parameter.
  1253.  
  1254.         x  Sets the port number linked with the link command.
  1255.  
  1256.            SEE ALSO: link command, y numeric parameter
  1257.  
  1258.         y  Sets the transmission speed used by the linked port.
  1259.  
  1260.            SEE ALSO: link command, x numeric parameter
  1261.  
  1262.         z  Set the timeZone in minutes behind GMT (Greenwich Mean Time).
  1263.  
  1264.            EXAMPLE: pz300 sets timezone 300 minutes behind GMT for EST.
  1265.  
  1266.  
  1267.            EXAMPLE: pz480 sets timezone 480 minutes behind GMT for PST.
  1268.  
  1269.  
  1270.            SEE ALSO: d numeric parameter, ZONE environment variable
  1271.  
  1272.         _  The _ numeric parameter controls the action taken by ZCOMM when a
  1273.            fatal error (one that generates the "ZCOMM: Error..." message).
  1274.            Any non zero value causes DTR to be dropped (disconnect the modem).
  1275.            A value greater than 100 causes ZCOMM to exit to the operating
  1276.            system.  The NUKE key does not invoke this processing.
  1277.  
  1278.            EXAMPLE: p_101
  1279.  
  1280.  
  1281.         24.1  Kermit Numeric Parameters
  1282.  
  1283.         The Super-Kermit parameters control Kermit protocol transfers.  They
  1284.         are set with the kermit px# command.  Their current values may be
  1285.         displayed with a kermit p command.  These parameters rarely need
  1286.         changing for most systems.  They can be changed in case of difficulty
  1287.         with Kermit transfers, especially with mainframe programs or obscure
  1288.         microcomputer Kermit impelementations.
  1289.  
  1290.         Certain of these parameters require character values expressed in
  1291.         decimal.  The ASCII code chart in Chapter 37 gives the decimal value
  1292.         of all ASCII characters.
  1293.  
  1294.         When transferring files with Kermit programs operating on IBM
  1295.  
  1296.  
  1297.         (C) 1990 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1298.  
  1299.  
  1300.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  1301.         ZCOMM User Manual                                                  203
  1302.  
  1303.         mainframes with half duplex front ends, the kermit i parameter should
  1304.         be set to 1, and the kermit s parameter set to the longest response
  1305.         time expected, perhaps 45 seconds.
  1306.  
  1307.         EXAMPLE: kermit pi1;  kermit ps45
  1308.  
  1309.  
  1310.         SEE ALSO: Kermit protocol in Chapter 13
  1311.  
  1312.         7 If non zero, force seven bit line transmission with eighth bit
  1313.           quoting Kermit transmission even if ZCOMM is otherwise using eight
  1314.           bits no parity.  This parameter is reset by the call command.
  1315.  
  1316.         8 If non zero, force 8 bit transparent Kermit transmission even if
  1317.           ZCOMM is otherwise using seven bit line transmission.  Normally, the
  1318.           Kermit file transfer commands use 7 bit line transmission and
  1319.           attempt to negotiate 8th bit quoting if one of the 7 bit modes (7e,
  1320.           7o, 7m, 7s) is used.  This parameter is reset by the call command.
  1321.  
  1322.         a Incoming packet-start character, default 1 (SOH).
  1323.  
  1324.         A Outgoing packet-start character, default 1 (SOH).
  1325.  
  1326.         b Block check type requested: 1=1 byte checksum, 2=2 byte checksum,
  1327.           3=3 byte CRC-16 (default).  Selecting a type 1 checksum instead of
  1328.           type 3 will increase throughput by 2-4 percent[3] at the expense of
  1329.           weaker error checking.  The probability of undetected errors when
  1330.           using Kermit in checksum mode instead of CRC-16 increases
  1331.           dramatically with noisy lines and longer packets.
  1332.  
  1333.         c Control prefix in incoming data, default 35 (pound sign).
  1334.  
  1335.         C Control prefix in outgoing data, default 35 (pound sign).
  1336.  
  1337.         d Delay in seconds before initial sending, default 0.
  1338.  
  1339.         e Incoming end of line character, default 13 (CR).
  1340.  
  1341.         E Outgoing end of line character, default 13 (CR).
  1342.  
  1343.         i Use IBM line turnaround, default 0 (don't use IBM line turnaround).
  1344.           The Kermit x numeric parameter sets the turnaround character.  This
  1345.           may be necessary when communicating with IBM mainframes with half
  1346.           duplex front ends.
  1347.  
  1348.  
  1349.  
  1350.         __________
  1351.  
  1352.          3. for 96 byte packets
  1353.  
  1354.  
  1355.  
  1356.         (C) 1990 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1357.  
  1358.  
  1359.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  1360.         ZCOMM User Manual                                                  204
  1361.  
  1362.         l Maximum outgoing packet length, default 1000, 1000 maximum.  A value
  1363.           greater than 94 implies Kermit long packets.  The receiving program
  1364.           may force shorter packets.
  1365.  
  1366.         L Maximum incoming packet length, default 1000, 1000 maximum.  A value
  1367.           greater than 94 implies Kermit long packets.  This sets a limit; the
  1368.           sending program may use shorter packets.
  1369.  
  1370.         p Sets the number of padding characters (default 0) to send before and
  1371.           after each transmitted packet.
  1372.  
  1373.           SEE ALSO: kermit y numeric parameter
  1374.  
  1375.         r If non zero, remove incomplete files received with a protocol except
  1376.           those received with the + option (default 0).
  1377.  
  1378.         s Timeout interval in seconds waiting for XON characters or positive
  1379.           flow control (default 15).  If an XON is not received within this
  1380.           time, transmission resumes anyway.  A value of 0 disables this
  1381.           timeout.
  1382.  
  1383.         t Override timeout interval in seconds for incoming packets.  The
  1384.           default of 0 allows the other program to specifiy the timeout.
  1385.  
  1386.         T Timeout interval for outgoing packets, default 4 seconds.
  1387.  
  1388.         v Eighth bit quoting character, default 38 (ampersand).  Sliding
  1389.           Window size in Kermit packets, 1 minimum, 31 maximum, 15 default.
  1390.           Setting w to zero disables the sliding window.
  1391.  
  1392.         x IBM turnaround character, default 17 (XON).
  1393.  
  1394.         y Pad character to send, default 0 (NUL).
  1395.  
  1396.           SEE ALSO: kermit p numeric parameter
  1397.  
  1398.         24.2  X/Y/ZMODEM Numeric Parameters
  1399.  
  1400.         These parameters control XMODEM, YMODEM, and ZMODEM protocol
  1401.         transfers.  They are set with the z px# command available with ZMODEM
  1402.         flavors of ZCOMM.
  1403.  
  1404.         EXAMPLE: z pl16384
  1405.         Forces ZMODEM packet length of 16384 (default packet length is
  1406.         infinite).
  1407.  
  1408.         Their current values can be displayed with a z p command.  These
  1409.         parameters rarely need changing in normal environments.
  1410.  
  1411.         b If non zero, ZMODEM sends a break when it is sending a file and
  1412.           receives a retransmission request.  This mode of operation may be
  1413.  
  1414.  
  1415.         (C) 1990 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1416.  
  1417.  
  1418.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  1419.         ZCOMM User Manual                                                  205
  1420.  
  1421.           used with high speed modems to clear unwanted characters from the
  1422.           modem's buffer during error recovery.  Usually, the modem must be
  1423.           given a configuration command to set the proper action to take when
  1424.           receiving a break signal.
  1425.  
  1426.         B Sets the duration of the break signal in tenths of a second, default
  1427.           2 (200 milliseconds).
  1428.  
  1429.         c Enables Cybernetic Data Recovery(TM) on XMODEM and YMODEM transfers.
  1430.           Setting this parameter to 0 accommodates programs with non standard
  1431.           XMODEM/YMODEM protocols and slightly quickens file transfers.  The
  1432.           default value of 1 provides optimum reliability for XMODEM and
  1433.           YMODEM transfers with programs that meet the XMODEM/YMODEM spec.
  1434.  
  1435.           Setting this parameter to -1 disables the quick file compare
  1436.           provided by the r option.
  1437.  
  1438.         C Sets the number of times ZMODEM will attempt to send a command (as a
  1439.           result of a zcommand command) (default 11).
  1440.  
  1441.         d Sets a delay time in tenths of seconds that the sz command will wait
  1442.           for a ZMODEM packet in response to the rz<ENTER> string it sends to
  1443.           the remote before sending a ZMODEM packet.  This facilitates
  1444.           automatic ZMODEM uploads to VMS, which interrupts programs with the
  1445.           Ctrl-X character.  The call command resets this parameter to its
  1446.           default of 1.  Higher values increase the startup time when the
  1447.           receiving ZMODEM program is started before the sender.
  1448.  
  1449.         e If non zero, escape all control characters.  This allows ZMODEM
  1450.           transfers to operate over data PBX and other systems that freak out
  1451.           when they receive control characters.
  1452.  
  1453.         f Flow control mask, only used with Unix/Xenix systems.  Setting this
  1454.           to 0 (the default) disables hardware (RTS/CTS) flow control for
  1455.           Xenix/Unix systems with broken hardware flow control.  On Xenix/Unix
  1456.           systems where only CTS flow control works properly, set this to 8192
  1457.           to allow CTS flow control only.  If both RTS and CTS flow control
  1458.           work properly (rare!) you can use a value of -1 to enable both bits.
  1459.  
  1460.         F Sets the pause after each data subpacket sent with the sz command
  1461.           when the F option is used, or when failing flow control is detected.
  1462.           The default value of 1 causes a one tenth second delay.
  1463.  
  1464.           SEE ALSO: F option On some Unix operating systems the pause will be
  1465.           rounded up to the next second or two.
  1466.  
  1467.         l Normally, the ZMODEM "packet length" ("block length") is the file
  1468.           length.  Setting this parameter non zero forces ZMODEM to close a
  1469.           frame and wait for an ACK after each # bytes (default 0).  This
  1470.           makes ZMODEM behave like XMODEM, YMODEM, or JMODEM, which wait after
  1471.           each block/packet for an acknowledgement before going on to the next
  1472.  
  1473.  
  1474.         (C) 1990 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1475.  
  1476.  
  1477.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  1478.         ZCOMM User Manual                                                  206
  1479.  
  1480.           block.  The packet length may be adjusted to prevent buffer overflow
  1481.           in data PBX systems.  The call command resets this parameter to 0.
  1482.  
  1483.         L (Default 0) If non zero, overrides the nominal length of data
  1484.           subpackets within each ZMODEM frame.  A smaller value speeds error
  1485.           recovery on noisy lines, a large value (maximum 1024) reduces the
  1486.           overhead of CRC characters.  The call command resets this parameter
  1487.           to 0.
  1488.  
  1489.           Please note that streaming ZMODEM has no direct equivalent to
  1490.           XMODEM/YMODEM/JMODEM block length unless the zmodem l parameter is
  1491.           set non zero.  In the absence of errors, ZMODEM normally sends the
  1492.           entire file without pause.  If somebody claims ZMODEM's 1024 byte
  1493.           subpacket length is slowing things down by more than one half per
  1494.           cent, he doesn't understand ZMODEM and should be ignored.
  1495.  
  1496.         n Sets the number of NULLS (default 0) sent before each ZDATA frame.
  1497.           Some buffered modems (Fastcomm) have a firmware bug which loses
  1498.           characters when changing the direction of transmission.  This causes
  1499.           data frames to fail with a CRC or other error.  ZMODEM n parameter
  1500.           values in the range of 100 to 150 have obviated this syndrome.
  1501.  
  1502.         P When set to 2 (the default), purge the transmit buffer and force a
  1503.           receiver response when a CR/LF sequence (indicating a PC-Pursuit
  1504.           DATA LOSS message) is detected.  A value of 1 does not purge the
  1505.           transmit buffer.  A value of 0 disables special processing of CR/LF
  1506.           sequences received by the sending ZMODEM.
  1507.  
  1508.         w If non 0, restrict the ZMODEM transmit window to the specified
  1509.           number of bytes.  Setting this parameter to N requests
  1510.           acknowledgements from the receiver every N/4 characters.  ZCOMM then
  1511.           waits for acknowledgements from the receiver whenever it has sent N
  1512.           more characters than it has received acknowledgements for.  This
  1513.           parameter is useful with networks with defective flow control, and
  1514.           with networks that store an excessive number of characters in
  1515.           transit.  The call command resets this parameter to 0.
  1516.  
  1517.         W Adjusts the number of characters the ZMODEM receiver will silently
  1518.           ignore when searching for the beginning of a new frame.  This may be
  1519.           set larger to accomodate networks with excessive in transit storage,
  1520.           smaller to speed error recovery from long error bursts on direct
  1521.           connections.  The call command resets this parameter to the default
  1522.           (1400).
  1523.  
  1524.         Z Number of minutes (default 0) to adjust the file modification date
  1525.           when using the Telink or Clink/SEAlink file transfer protocol to
  1526.           transfer a file between different time zones.
  1527.  
  1528.         The timeout parameters below may be set lower for faster X/YMODEM
  1529.         error recovery when transferring files between two micros, higher to
  1530.         accomodate extremely sluggish systems.  Only in pathological cases is
  1531.  
  1532.  
  1533.         (C) 1990 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1534.  
  1535.  
  1536.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  1537.         ZCOMM User Manual                                                  207
  1538.  
  1539.         it necessary to modify these parameters.  The call command resets
  1540.         these parameter to their defaults.
  1541.  
  1542.         p Timeout in tenths of seconds for gaps within a packet (default 100).
  1543.  
  1544.         r If non zero, remove incomplete files received with a protocol except
  1545.           those received with the + option (default 0).
  1546.  
  1547.         R When non 0, limits the number of bytes of file comparision used with
  1548.           the sz and rz -rr option.  This parameter may be set to a value
  1549.           between 2048 and 32000 (1 billion on 32 bit systems).  This
  1550.           parameter is given to the receiving program.
  1551.  
  1552.           EXAMPLE: z pR30000
  1553.  
  1554.  
  1555.           SEE ALSO: -rr option
  1556.  
  1557.         s Timeout interval in seconds waiting for XON characters or positive
  1558.           flow control (default 15).  If an XON is not received within this
  1559.           time, transmission resumes anyway.  A value of 0 disables this
  1560.           timeout.
  1561.  
  1562.         t XMODEM, YMODEM, and ZMODEM Receiver timeout in tenths of seconds
  1563.           waiting for a packet or command acknowledgement (default 100).
  1564.  
  1565.         T Transmitter timeout in tenths of seconds waiting for a packet
  1566.           (default 600).
  1567.  
  1568.  
  1569.  
  1570.  
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576.  
  1577.  
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591.  
  1592.         (C) 1990 Omen Tech Inc                    Chapter 24 String Parameters
  1593.  
  1594.  
  1595.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  1596.         ZCOMM User Manual                                                  208
  1597.  
  1598.         25.  STRING PARAMETERS
  1599.  
  1600.         Case is significant in parameter names.
  1601.  
  1602.         ZCOMM provides two types of string parameters, permament and
  1603.         temporary.  Permanent string parameters are always defined, and most
  1604.         perform specific defined functions.  The permanent string parameters
  1605.         are described below.  The names of the permament string parameters may
  1606.         be displayed with the command sequence pv1; set given at the command
  1607.         prompt.  Without the pv1 only non empty string parameters are
  1608.         displayed.
  1609.  
  1610.         Temporary string parameters* are created by the set, sets, accept, and
  1611.         grab commands when they do not reference a permament string parameter.
  1612.         Temporary string parameter names begin with any letter except y and
  1613.         may have up to 16 letters or digits.
  1614.  
  1615.         The contents of temporary string parameters may be accessed and
  1616.         modified when ZCOMM is Restricted.  New temporary string parameter
  1617.         names may not be created when ZCOMM is Restricted.
  1618.  
  1619.         The set command without arguments displays the current values and
  1620.         maximum string length for each of the non-empty string parameters.  To
  1621.         set a parameter empty, enter "" as the parameter string (e.g., set
  1622.         txlog "").  Certain string parameters may be entered with ZCOMM's
  1623.         character escapes.
  1624.  
  1625.         When a string parameter is executed, it may be either sent to the
  1626.         remote as a string or executed as a command if its first character is
  1627.         @.
  1628.  
  1629.         EXAMPLE: set f7 "logout\r" programs F7 to send a string to the remote.
  1630.  
  1631.  
  1632.         EXAMPLE: set f7 "@echo logout" programs F7 to display logout on the
  1633.         screen.
  1634.  
  1635.  
  1636.         In strings sent to the remote, a \336 (octal 336) character causes a
  1637.         pause in transmission[1] (controlled by the p numeric parameter),
  1638.         which may be used to send multiple commands with one string.
  1639.  
  1640.         An optional underscore prepended to the name of a permament string
  1641.         parameter causes that string parameter to be cleared by the next call
  1642.         command.
  1643.  
  1644.  
  1645.         __________
  1646.  
  1647.          1. Not including the mput command
  1648.  
  1649.  
  1650.  
  1651.         (C) 1990 Omen Tech Inc                    Chapter 25 String Parameters
  1652.  
  1653.  
  1654.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  1655.         ZCOMM User Manual                                                  209
  1656.  
  1657.         The following string parameters may not be accessed or modified by the
  1658.         set command or in string expansions when ZCOMM is Restricted:
  1659.             backtab bbs break bs esc etx exrc f1...f12 fs1...fs12 fc1...fc12
  1660.             fa1...fa12 fcdel* fcdown* fcend* fchome* fcins* fcleft* fcpgdn*
  1661.             fcpgup* fcright* fcup* fdel fdown fhome fins fleft fnp5* fpgdn
  1662.             fpgup fright fup id0...id3 intolink* l linkpass* m oncloserx
  1663.             onclosetx onexit outahost outalink* password pw0...pw3 quitcmd rub
  1664.             tab unrestrict xpassword*
  1665.  
  1666.         The following may not be modified by the set command when ZCOMM is
  1667.         restricted:
  1668.             MODEM answerback altprompt baudstr blankfill call1** call2 call3*
  1669.             callers* calllog* callpath** challenge dircx dirpx dirfx dirrx
  1670.             dirsx disks dport e emdir entstr eolstr helpfile home hprompt lib
  1671.             lpnono mcommand mconnect menu messages mprefix mprompt msuffix n1
  1672.             n2 n3 phones picture plog private rcmdlog* rdisks remote rname*
  1673.             rxlog* telno tmp tname* twxfile txlog* welcome xhelpfile
  1674.  
  1675.         The following parameters can never be modified by the set command: ano
  1676.             args c d drive e h nodename oname1...oname5 parity pwd s speed t w
  1677.             y y0...y127 yb yf
  1678.  
  1679.         String Parameters for Remote Operation:
  1680.             answerback baudstr bbs call1** call2 call3* callers callpath**
  1681.             challenge dircx dirfx dirrx dirsx disks emdir exrc helpfile home
  1682.             hprompt intolink* linkpass* menu messages oncloserx onclosetx
  1683.             outahost outalink* password private pwd rcmdlog* rdisks rmtcmd*
  1684.             rname* rmtcheck* tname* twxfile unrestrict welcome xhelpfile
  1685.         String Parameters for Protocol File Transfer:
  1686.             adlopts aulopts dirrx dirsx oncloserx onclosetx
  1687.         String Parameters for Non Protocol File Transfer:
  1688.             blankfill dircx dirfx eolstr tmodes
  1689.         String Parameters for Interactive Operation:
  1690.             Soft Keys altprompt backtab break bs dirpx entstr esc etx lpnono
  1691.             mprompt parity rub tab tmodes xpassword*
  1692.         String Parameters for Scripts:
  1693.             ano args c d e h ifs item lib oncloserx onclosetx onexit nodename
  1694.             oname1...oname5 remote rxcnt s s0...s9 t tmodes tmp y y0...y127 yb
  1695.             yf
  1696.         String Parameters for Making Calls:
  1697.             MODEM l m mcommand mconnect mprefix msuffix telno
  1698.         String Parameters for Log Keeping:
  1699.  
  1700.             callers* calllog* plog rcmdlog* rxlog* txlog*
  1701.         Other String Parameters:
  1702.             helpfile home kermreset menu onexit picture phones quitcmd
  1703.  
  1704.  
  1705.         MODEM (Note this variable name is UPPER CASE.) When the advanced
  1706.             dialer described in Chapter 9 is used, MODEM contains the file
  1707.             name of the modem specific dial routine to use.
  1708.  
  1709.  
  1710.         (C) 1990 Omen Tech Inc                    Chapter 25 String Parameters
  1711.  
  1712.  
  1713.         Version 17.78 TurboDial 2.35            Universal Line Printer Edition
  1714.         ZCOMM User Manual                                                  210
  1715.  
  1716.         adlopts Contains option(s) to be used for ZMODEM AutoDownloads.
  1717.  
  1718.             EXAMPLE: set adlopts "r" Use the r option (crash recovery) for
  1719.             files automatically downloaded with ZMODEM.
  1720.  
  1721.         alds An optional string to be used for controlling Alternate Long
  1722.             Distance Services.  On Unix systems, allows assignments to the ALT
  1723.             keys a to z.
  1724.  
  1725.         ano After invoking one of the date related string parameters, the ano
  1726.             string contains the last two digits of the year.
  1727.  
  1728.         answerback When term is in q (TWX) mode, an answerback is sent in
  1729.             response to an incoming ENQ.  The format of Answerback is
  1730.             determined by the Western Union Telegraph Company.  It typically
  1731.             consists of
  1732.                                   \r\nNAME CITY\r\n\021
  1733.             as entered by the set command using character escapes.  (In the
  1734.             TWX protocol, the 021 (XON) at the end of the answerback turns on
  1735.             the tape reader.) The answerback string must begin with CR,LF.
  1736.  
  1737.         args contains the complete calling sequence to the current script
  1738.             level.
  1739.  
  1740.             EXAMPLE: call ge,upl accesses the genie telephone directory entry
  1741.             and stores ge.upl in args.
  1742.  
  1743.  
  1744.         altprompt Overrides the default auxilliary command prompt generated by
  1745.             the ALT-2 key.
  1746.  
  1747.             EXAMPLE: set altprompt "\r\E[1m%drive:\L%pwd >>>\E[m "
  1748.             Display the current disk drive (%c) and directory (%pwd)
  1749.             highlighted (\E[1m) and in lower case (\L).
  1750.  
  1751.             N.B.: If you access Unix systems with ZCOMM, choose an altprompt
  1752.             string that is distinct from your Unix prompt.
  1753.  
  1754.             SEE ALSO: hprompt, mprompt, nodename, drive, pwd string parameters
  1755.  
  1756.         aulopts Contains option(s) to be used with the sz command.  aulopts is
  1757.             processed by the sz command before any options given to the
  1758.             command itself.
  1759.  
  1760.         backtab Assigns a string or command to the BACKTAB (Shift TAB) key.
  1761.  
  1762.         baudstr When ZCOMM gets a connect in host operation, ZCOMM executes
  1763.             baudstr.
  1764.  
  1765.             EXAMPLE: set baudstr "@gosub .%lib/baud.t"
  1766.  
  1767.  
  1768.  
  1769.         (C) 1990 Omen Tech Inc                    Chapter 25 String Parameters
  1770.  
  1771.